os.File.checkValid (method)
20 uses
os (current package)
file.go#L115: if err := f.checkValid("read"); err != nil {
file.go#L127: if err := f.checkValid("read"); err != nil {
file.go#L150: if err := f.checkValid("write"); err != nil {
file.go#L180: if err := f.checkValid("write"); err != nil {
file.go#L208: if err := f.checkValid("write"); err != nil {
file.go#L238: if err := f.checkValid("seek"); err != nil {
file.go#L600: if err := f.checkValid("SyscallConn"); err != nil {
file_posix.go#L89: if err := f.checkValid("chmod"); err != nil {
file_posix.go#L137: if err := f.checkValid("chown"); err != nil {
file_posix.go#L150: if err := f.checkValid("truncate"); err != nil {
file_posix.go#L163: if err := f.checkValid("sync"); err != nil {
file_posix.go#L200: if err := f.checkValid("chdir"); err != nil {
file_posix.go#L211: if err := f.checkValid("SetDeadline"); err != nil {
file_posix.go#L219: if err := f.checkValid("SetReadDeadline"); err != nil {
file_posix.go#L227: if err := f.checkValid("SetWriteDeadline"); err != nil {
file_posix.go#L235: func (f *File) checkValid(op string) error {
rawconn.go#L19: if err := c.file.checkValid("SyscallConn.Control"); err != nil {
rawconn.go#L28: if err := c.file.checkValid("SyscallConn.Read"); err != nil {
rawconn.go#L37: if err := c.file.checkValid("SyscallConn.Write"); err != nil {
readfrom_linux.go#L98: if src.checkValid("ReadFrom") != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |